From 74e55acaf8ab9f3bd26bc95a2564b2232238698b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 23 Jun 2006 22:55:07 +0000 Subject: [PATCH] stripped trailing /babl from CFLAGS include path --- ChangeLog | 4 ++++ babl.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da7b6f2..4ac3220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-24 Øyvind Kolås + + * babl.pc.in: stripped trailing /babl from CFLAGS include path. + 2006-06-12 Øyvind Kolås Do not expect the user to pass in BablImages (existance of babl diff --git a/babl.pc.in b/babl.pc.in index 3922ced..e30a276 100644 --- a/babl.pc.in +++ b/babl.pc.in @@ -7,5 +7,5 @@ Name: babl Description: Dynamic; any to any, pixel format conversion library Version: @VERSION@ Libs: -L${libdir} -lbabl -ldl -Cflags: -I${includedir}/@PACKAGE_NAME@-@BABL_API_VERSION@/@PACKAGE_NAME@ +Cflags: -I${includedir}/@PACKAGE_NAME@-@BABL_API_VERSION@ -- 2.30.2